efi_loader: GOP fix for no display
authorRob Clark <[email protected]>
Fri, 4 Aug 2017 11:52:03 +0000 (07:52 -0400)
committerAlexander Graf <[email protected]>
Fri, 11 Aug 2017 11:49:23 +0000 (13:49 +0200)
commit3d9880784ed5cd503b0d69128ea1841102ff522e
treedff49a07516df7dcd9950464b00adc048530c465
parent796a78cbe5676fc7562b50c7a0191fa56c8c4772
efi_loader: GOP fix for no display

uclass_first_device() returns 0 if there is no device, but error if
there is a device that failed to probe.

Signed-off-by: Rob Clark <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_gop.c